Schema BIG2BIG
Schema BIG2BIG : Typ złożony ObligationsForDebtorType
Typ złożony ObligationsForDebtorType
Przestrzeń nazw https://www.big2big.org/v1/report
Diagram
Element ObligationForDebtor Sequence Typ złożony ObligationsForDebtorType
Przegląd
count required xs:int
Całkowita ilość elementów w kolekcji
Sequence
ID required xs:int
Identyfikator elementu w kolekcji
Sequence
Choice
LegalPerson Typ złożony LegalPersonType
Dane podmiotu posiadającego osobowość prawną
Entrepreneur Typ złożony EntrepreneurType
Dane podmiotu nie posiadającego osobowości prawnej (jednoosobowa działalność gospodarcza)
Obligations Typ złożony ObligationsType
Kolekcja niespłaconych zobowiązań
count required xs:int
Całkowita ilość elementów w kolekcji
Sequence
Obligation 1..∞ Typ złożony ObligationType
Informacja o niespłaconym zobowiązaniu
Używany przez
Atrybuty
NazwaTypUżywaDomyślnieStałyOpis
countxs:intrequired  Całkowita ilość elementów w kolekcji
Źródło
<xs:complexType name="ObligationsForDebtorType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="ObligationForDebtor" type="ns1:ObligationForDebtorType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Zobowiązania dłużnika</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="count" type="xs:int" use="required">
    <xs:annotation>
      <xs:documentation>Całkowita ilość elementów w kolekcji</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Zobacz także